home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / contr / setup.exe / Disk1 / data1.cab / Configuration_En / Content / Tasks / TasksLayout.xml < prev   
Encoding:
Extensible Markup Language  |  2003-07-18  |  2.1 KB  |  62 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. {task_file} is replaced with a string of the form "dw.tasksPalette.browseToPage('taskfoo.htm')"
  4. {task_commandfile} is replaced with a string of the form "dw.runCommand('commandfoo.htm')"
  5. -->
  6.     <tasks_layout>
  7.       <main>
  8.         <![CDATA[
  9.         <table border="0" cellpadding="0" cellspacing="0" width="100%">
  10.           <tr>
  11.             <td>{category_sections+category_separators}</td>
  12.           </tr>
  13.         </table>
  14.         ]]>
  15.       </main>
  16.  
  17.       <category_section>
  18.         <![CDATA[
  19.         <table border="0" cellpadding="0" cellspacing="0" width="100%">
  20.           <tr>{category}</tr>
  21.           {tasks+task_separators}
  22.         </table>
  23.         ]]>
  24.       </category_section>
  25.  
  26.       <category>
  27.         <![CDATA[
  28.         <td width="12" align="left" valign="middle">
  29.           <img src="{image_source}" width="{image_width}" height="{image_height}" border="0" onMouseUp="dw.tasksPalette.expandSection({expand}, '{category_id}')" valign="middle"></td>
  30.         <td class="{category_style}"><a class="{category_style}" href="#" onMouseUp="dw.tasksPalette.expandSection({expand}, '{category_id}')">{category_name}</a></td>
  31.         ]]>
  32.       </category>
  33.  
  34.       <category_separator>
  35.         <![CDATA[
  36.         <table border="0" cellpadding="0" cellspacing="0" width="100%" height="15"><tr><td></td></tr></table>
  37.         ]]>
  38.       </category_separator>
  39.  
  40.       <task>
  41.         <![CDATA[
  42.         <tr>
  43.           <td class="{task_style}"></td>
  44.           <td class="{task_style}"><a class="{task_style}" href="#" onMouseUp="{task_file};{task_command};{task_commandfile}">{task_name}</a></td>
  45.         </tr>
  46.         ]]>
  47.       </task>
  48.  
  49.       <task_separator>
  50.         <![CDATA[
  51.         <tr>
  52.           <td colspan="2" height="4"></td>
  53.         </tr>
  54.         ]]>
  55.       </task_separator>
  56.  
  57.       <images
  58.         collapsed="collapsed.gif" cwidth="5" cheight="9"
  59.         expanded="expanded.gif" ewidth="9" eheight="5"
  60.         collapsedMac="collapsed.gif" cheightMac="9" cwidthMac="5"
  61.         expandedMac="expanded.gif" eheightMac="5" ewidthMac="9"/>
  62.     </tasks_layout>